type crypto/x509.pkcs1PublicKey
6 uses
	crypto/x509 (current package)
		parser.go#L229: 		p := &pkcs1PublicKey{N: new(big.Int)}
		pkcs1.go#L39: type pkcs1PublicKey struct {
		pkcs1.go#L139: 	var pub pkcs1PublicKey
		pkcs1.go#L168: 	derBytes, _ := asn1.Marshal(pkcs1PublicKey{
		x509.go#L74: 		if _, err := asn1.Unmarshal(derBytes, &pkcs1PublicKey{}); err == nil {
		x509.go#L87: 		publicKeyBytes, err = asn1.Marshal(pkcs1PublicKey{
![]()  | 
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |